Esx Settings Depots AffectedBaselineInfo
The Esx Settings Depots AffectedBaselineInfo schema contains the fields that describe which updates (bulletins) in the baseline will be affected by the depot to be deleted or disabled.
This schema was added in vSphere API 7.0.3.0.
{
"baseline": "string",
"id": 0,
"affected_updates": {
"affected_updates": {
"summary": "string"
}
}
}
Name of the baseline affected.
This property was added in vSphere API 7.0.3.0.
Identifier of the baseline affected.
This property was added in vSphere API 7.0.3.0.
Updates (bulletins) affected. They key is identifier of the update (bulletin). The value is summary of the update (bulletin).
This property was added in vSphere API 7.0.3.0.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.settings.depots.bulletin
. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.settings.depots.bulletin
.